@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333333;
  font-family: '微软雅黑';
  box-sizing: border-box;
}
ul,
ol {
  list-style-type: none;
}
button {
  cursor: pointer;
  border: none;
  outline: none;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
body {
  width: 100%;
  background: #fff;
  min-width: 1200px;
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
}
font {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
.nav {
  min-width: 1200px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.nav.onNav .logo-nav {
  height: 76px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.nav.onNav .logo-nav .center h1 {
  display: none;
}
.nav.onNav .logo-nav .center h1.blue {
  display: block;
}
.nav.onNav .logo-nav .center .nav-box ul li a {
  color: #272727;
}
.nav:hover .logo-nav {
  height: 76px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.nav:hover .logo-nav .center h1 {
  display: none;
}
.nav:hover .logo-nav .center h1.blue {
  display: block;
}
.nav:hover .logo-nav .center .nav-box ul li a {
  color: #272727;
}
.nav .top {
  width: 100%;
  height: 32px;
  background: #fafafa;
}
.nav .top .center {
  width: 83.3%;
  height: 32px;
  margin: 0 auto;
}
.nav .top .center h2 {
  line-height: 32px;
  font-size: 12px;
  font-weight: normal;
  color: #606060;
  padding-left: 6px;
  float: left;
}
.nav .top .center .r-btn {
  float: right;
}
.nav .top .center .r-btn .user_img {
  display: block;
  height: 20px;
  float: left;
  margin-top: 6px;
}
.nav .top .center .r-btn strong {
  float: left;
  line-height: 32px;
  color: #1a87f3;
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
}
.nav .top .center .r-btn a {
  color: #1a87f3;
  font-size: 12px;
  float: left;
  display: block;
  height: 32px;
  line-height: 32px;
}
.nav .top .center .r-btn a.login_out {
  margin-left: 10px;
}
.nav .top .center .r-btn a.login {
  background: url(../img/top-icon1.png) no-repeat right center;
  padding-right: 20px;
  margin-right: 30px;
}
.nav .top .center .r-btn a.enroll {
  background: url(../img/top-icon2.png) no-repeat right center;
  padding-right: 18px;
}
.nav .top .center .r-btn .language {
  margin-left: 35px;
  display: flex;
  float: left;
  align-items: center;
  height: 32px;
  justify-content: center;
  cursor: pointer;
}
.nav .top .center .r-btn .language span {
  width: auto;
  padding-left: 10px;
  color: #9c9c9c;
  font-size: 12px;
}
.nav .top .center .r-btn .language i {
  width: 7px;
  height: 6px;
  background: url(../img/x.png);
}
.nav .logo-nav {
  width: 100%;
  height: 76px;
  transition: all 0.2s linear;
}
.nav .logo-nav .center {
  width: 83.3%;
  height: 76px;
  margin: 0 auto;
}
.nav .logo-nav .center h1 {
  padding-left: 6px;
  float: left;
  padding-top: 15px;
}
.nav .logo-nav .center h1.blue {
  display: none;
}
.nav .logo-nav .center .nav-box ul {
  float: right;
}
.nav .logo-nav .center .nav-box ul li {
  float: left;
  margin-right: 60px;
  height: 76px;
  line-height: 76px;
  padding: 0 10px;
}
.nav .logo-nav .center .nav-box ul li.active > a {
  color: #0175e8;
}
.nav .logo-nav .center .nav-box ul li.active s {
  display: block;
}
@media (max-width: 1600px) {
  .nav .logo-nav .center .nav-box ul li {
    margin-right: 40px;
  }
}
@media (max-width: 1400px) {
  .nav .logo-nav .center .nav-box ul li {
    margin-right: 25px;
  }
}
@media (max-width: 1300px) {
  .nav .logo-nav .center .nav-box ul li {
    margin-right: 16px;
  }
}
.nav .logo-nav .center .nav-box ul li:last-child {
  margin-right: 0;
}
.nav .logo-nav .center .nav-box ul li > a {
  color: #fff;
  font-size: 15px;
  display: block;
  width: 100%;
  height: 100%;
}
.nav .logo-nav .center .nav-box ul li > a:hover {
  color: #0175e8;
}
.nav .logo-nav .center .nav-box ul li > a > img {
  margin-top: 25px;
}
.nav .logo-nav .center .nav-box ul li s {
  display: none;
  width: 120%;
  height: 2px;
  margin-left: -10%;
  margin-top: -15px;
  background: #0175e8;
}
.nav .logo-nav .center .nav-box .r-btn {
  display: none;
}
.nav .n-xl {
  width: 100%;
  height: 245px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
}
.nav .n-xl .x-center {
  width: 1200px;
  margin: 0 auto;
  height: 245px;
  display: flex;
  justify-content: center;
}
.nav .n-xl .x-center .lxl {
  padding-top: 15px;
}
.nav .n-xl .x-center .lxl a {
  width: 180px;
  display: block;
  margin-top: 20px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  border-bottom: 1px solid #c4c4c4;
}
.nav .n-xl .x-center .lxl a:hover {
  border-bottom-color: #0175e8;
}
.nav .n-xl .x-center .rpic {
  margin-left: 80px;
  width: auto;
  padding-top: 40px;
}
.nav .n-xl .x-center .rpic a {
  float: left;
  margin-left: 38px;
}
.nav .n-xl .x-center .rpic a:first-child {
  margin-left: 0;
}
.nav .n-xl .x-center .rpic a .zm {
  width: 286px;
  height: 137px;
  border: 2px solid #0175e8;
  overflow: hidden;
}
.nav .n-xl .x-center .rpic a .zm:hover img {
  transform: scale(1.08);
}
.nav .n-xl .x-center .rpic a .zm img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
.nav .n-xl .x-center .rpic a span {
  display: block;
  margin-top: 12px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .nav {
    min-width: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .nav.onNav .logo-nav {
    height: auto;
    background: #fff;
    box-shadow: none;
  }
  .nav.onNav .logo-nav .center h1 {
    display: block;
  }
  .nav.onNav .logo-nav .center h1.white {
    display: none;
  }
  .nav.onNav .logo-nav .center .nav-box ul li a {
    color: #fff;
  }
  .nav:hover .logo-nav {
    height: auto;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .nav:hover .logo-nav .center h1 {
    display: none;
  }
  .nav:hover .logo-nav .center h1.blue {
    display: block;
  }
  .nav:hover .logo-nav .center .nav-box ul li a {
    color: #fff;
  }
  .nav .top {
    width: 100%;
    height: 0.55rem;
    background: #fafafa;
  }
  .nav .top .center {
    width: 92%;
    height: 0.55rem;
    margin: 0 auto;
  }
  .nav .top .center h2 {
    line-height: 0.55rem;
    font-size: 0.24rem;
    font-weight: normal;
    color: #606060;
    padding-left: 0;
    text-align: left;
    float: none;
  }
  .nav .top .center .r-btn {
    float: right;
    display: none;
  }
  .nav .top .center .r-btn .user_img {
    display: block;
    height: 20px;
    float: left;
    margin-top: 6px;
  }
  .nav .top .center .r-btn strong {
    float: left;
    line-height: 32px;
    color: #1a87f3;
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
  }
  .nav .top .center .r-btn a {
    color: #1a87f3;
    font-size: 12px;
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
  }
  .nav .top .center .r-btn a.login_out {
    margin-left: 10px;
  }
  .nav .top .center .r-btn a.login {
    background: url(../img/top-icon1.png) no-repeat right center;
    padding-right: 20px;
    margin-right: 30px;
  }
  .nav .top .center .r-btn a.enroll {
    background: url(../img/top-icon2.png) no-repeat right center;
    padding-right: 18px;
  }
  .nav .top .center .r-btn .language {
    margin-left: 35px;
    display: flex;
    float: left;
    align-items: center;
    height: 32px;
    justify-content: center;
    cursor: pointer;
  }
  .nav .top .center .r-btn .language span {
    width: 48px;
    padding-left: 10px;
    color: #9c9c9c;
    font-size: 12px;
  }
  .nav .top .center .r-btn .language i {
    width: 7px;
    height: 6px;
    background: url(../img/x.png);
  }
  .nav .logo-nav {
    width: 100%;
    height: auto;
  }
  .nav .logo-nav .center {
    width: 92%;
    height: 1rem;
    margin: 0 auto;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav .logo-nav .center h1 {
    padding-left: 6px;
    float: left;
    width: 82%;
    padding-top: 0;
  }
  .nav .logo-nav .center h1 img {
    display: block;
    width: 100%;
  }
  .nav .logo-nav .center h1.blue {
    display: block;
  }
  .nav .logo-nav .center h1.white {
    display: none;
  }
  .nav .logo-nav .center .menu {
    display: block;
    float: right;
  }
  .nav .logo-nav .center .menu i {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #3f3f3f;
    margin-top: 5px;
  }
  .nav .logo-nav .center .menu.on i:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 1px center;
  }
  .nav .logo-nav .center .menu.on i:nth-child(2) {
    opacity: 0;
  }
  .nav .logo-nav .center .menu.on i:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 1px center;
  }
  .nav .logo-nav .center .nav-box {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.55rem;
    background: rgba(0, 0, 0, 0.86);
  }
  .nav .logo-nav .center .nav-box ul {
    float: none;
  }
  .nav .logo-nav .center .nav-box ul li {
    border-bottom: 1px solid #545454;
    width: 90%;
    margin: 0 auto;
    float: none;
    height: 1.1rem;
    text-align: left;
    margin-right: 0;
    line-height: 1.1rem;
    padding: 0;
    position: relative;
  }
  .nav .logo-nav .center .nav-box ul li:last-child {
    display: none;
    margin-right: auto;
  }
  .nav .logo-nav .center .nav-box ul li a {
    color: #fff;
    font-size: 0.3rem;
  }
  .nav .logo-nav .center .nav-box ul li a:hover {
    color: #0175e8;
  }
  .nav .logo-nav .center .nav-box ul li a img {
    margin-top: 6px;
  }
  .nav .logo-nav .center .nav-box ul li s {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-left: 0;
  }
  .nav .logo-nav .center .nav-box .r-btn {
    display: block;
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  .nav .logo-nav .center .nav-box .r-btn .user_img {
    display: block;
    height: 20px;
    float: left;
    margin-top: 6px;
  }
  .nav .logo-nav .center .nav-box .r-btn strong {
    float: left;
    line-height: 32px;
    color: #1a87f3;
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
  }
  .nav .logo-nav .center .nav-box .r-btn a {
    color: #1a87f3;
    font-size: 0.28rem;
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
  }
  .nav .logo-nav .center .nav-box .r-btn a.login_out {
    margin-left: 10px;
  }
  .nav .logo-nav .center .nav-box .r-btn a.login {
    background: url(../img/top-icon1.png) no-repeat right center;
    padding-right: 20px;
    margin-right: 30px;
  }
  .nav .logo-nav .center .nav-box .r-btn a.enroll {
    background: url(../img/top-icon2.png) no-repeat right center;
    padding-right: 18px;
  }
  .nav .logo-nav .center .nav-box .r-btn .language {
    margin-left: 35px;
    display: flex;
    float: right;
    align-items: center;
    height: 32px;
    justify-content: center;
    cursor: pointer;
  }
  .nav .logo-nav .center .nav-box .r-btn .language span {
    width: auto;
    padding-left: 10px;
    color: #c9c9c9;
    font-size: 12px;
  }
  .nav .logo-nav .center .nav-box .r-btn .language i {
    width: 7px;
    height: 6px;
    background: url(../img/x.png);
  }
  .nav .n-xl {
    display: none !important;
  }
}
@media (max-width: 1024px) and (max-width: 1600px) {
  .nav .logo-nav .center .nav-box ul li {
    margin-right: auto;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .nav .logo-nav .center .nav-box ul li {
    margin-right: auto;
  }
}
@media (max-width: 1024px) and (max-width: 1300px) {
  .nav .logo-nav .center .nav-box ul li {
    margin-right: auto;
  }
}
.banner_mb {
  display: none;
}
@media (max-width: 1024px) {
  .banner_mb {
    display: block;
    margin-top: 1.55rem;
  }
  .banner_mb img {
    display: block;
    width: 100%;
  }
  .banner_mb .swiper-pagination {
    display: none;
  }
}
.banner {
  width: 100%;
  position: relative;
  margin-top: 32px;
  display: block;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 2.2s linear;
}
.banner .swiper-pagination {
  position: absolute;
  bottom: 35px;
  text-align: center;
  width: 100%;
}
.banner .swiper-pagination span {
  margin: 0 10px;
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #6dcaff;
}
@media (max-width: 1024px) {
  .banner {
    display: none;
  }
}
.z-banner {
  width: 100%;
  margin-top: 0;
  display: block;
}
.z-banner img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .z-banner {
    width: 100%;
    margin-top: 1.55rem;
    display: none;
  }
  .z-banner img {
    display: block;
    width: 100%;
  }
}
.p-banner {
  width: 100%;
  margin-top: 1.55rem;
  display: none;
}
.p-banner img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-banner {
    display: block;
  }
}
.footer {
  width: 100%;
  height: 180px;
  background: #13253f;
}
.footer .f-nav {
  width: 100%;
  height: 156px;
}
.footer .f-nav .center {
  width: 83.3%;
  margin: 0 auto;
  height: 156px;
}
.footer .f-nav .center ul {
  display: flex;
  justify-content: space-between;
}
.footer .f-nav .center ul li {
  padding-top: 35px;
}
.footer .f-nav .center ul li img {
  display: block;
}
.footer .f-nav .center ul li.ft1 p {
  margin-top: 10px;
  color: #b8b8b8;
  line-height: 24px;
  font-size: 13px;
}
.footer .f-nav .center ul li.ft1 p a {
  display: inline-block;
  width: 88px;
  height: 24px;
  border-radius: 6px;
  text-align: center;
  line-height: 24px;
  background: #0060b9;
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
}
.footer .f-nav .center ul li.ft2 .f-n {
  width: 420px;
  overflow: hidden;
  margin-top: 10px;
  margin-left: -25px;
}
.footer .f-nav .center ul li.ft2 .f-n a {
  width: 105px;
  border-right: 1px solid #364668;
  display: block;
  line-height: 12px;
  text-align: center;
  color: #b8b8b8;
  font-size: 13px;
  float: left;
  margin-top: 15px;
}
.footer .f-nav .center ul li.ft3 img {
  margin-bottom: 15px;
}
.footer .f-nav .center ul li.ft3 p {
  margin-top: 10px;
  color: #b8b8b8;
  line-height: 22px;
  font-size: 13px;
}
.footer .copyright {
  width: 100%;
  min-height: 24px;
  text-align: center;
  line-height: 24px;
  background: #132135;
  color: #fff;
  font-size: 12px;
}
.footer .copyright a {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .footer {
    width: 100%;
    height: auto;
    background: #13253f;
  }
  .footer .f-nav {
    width: 100%;
    height: auto;
  }
  .footer .f-nav .center {
    width: 92%;
    margin: 0 auto;
    height: auto;
  }
  .footer .f-nav .center ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0.3rem;
  }
  .footer .f-nav .center ul li {
    padding-top: 35px;
  }
  .footer .f-nav .center ul li img {
    display: block;
  }
  .footer .f-nav .center ul li.ft1 p {
    margin-top: 0.16rem;
    color: #b8b8b8;
    line-height: 0.4rem;
    font-size: 0.24rem;
  }
  .footer .f-nav .center ul li.ft1 p a {
    display: inline-block;
    width: auto;
    height: 0.42rem;
    border-radius: 6px;
    text-align: center;
    line-height: 0.42rem;
    background: #0060b9;
    color: #fff;
    font-size: 0.24rem;
    padding: 0 0.16rem;
  }
  .footer .f-nav .center ul li.ft2 {
    display: none;
  }
  .footer .f-nav .center ul li.ft2 .f-n {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-left: -0.3rem;
  }
  .footer .f-nav .center ul li.ft2 .f-n a {
    width: 1.8rem;
    border-right: 1px solid #364668;
    display: block;
    line-height: 0.24rem;
    text-align: center;
    color: #b8b8b8;
    font-size: 0.24rem;
    float: left;
    margin-top: 15px;
  }
  .footer .f-nav .center ul li.ft3 img {
    margin-bottom: 0.2rem;
  }
  .footer .f-nav .center ul li.ft3 p {
    margin-top: 0.16rem;
    color: #b8b8b8;
    line-height: 0.42rem;
    font-size: 0.24rem;
  }
  .footer .copyright {
    width: 100%;
    min-height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    background: #132135;
    color: #fff;
    font-size: 0.24rem;
  }
  .footer .copyright a {
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.5rem;
  }
}
#page > div {
  text-align: center;
  margin-top: 10px;
}
#page > div a {
  display: inline-block;
  min-width: 27px;
  margin: 0 2px;
  height: 27px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 25px;
  color: #898989;
  cursor: pointer;
  padding: 0 5px;
}
#page > div span {
  display: inline-block;
  width: 27px;
  margin: 0 2px;
  height: 27px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 25px;
  color: #898989;
}
#page > div a:hover {
  background: #0175e8;
  color: #fff;
}
#page > div span:hover {
  background: #0175e8;
  color: #fff;
}
#page > div span.current {
  background: #0175e8;
  color: #fff;
}
@media (max-width: 1023px) {
  #page {
    font-size: 0.14rem;
  }
}
.r-pop {
  width: 45px;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 5;
}
.r-pop a {
  width: 45px;
  height: 45px;
  background: #f2f2f2;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.r-pop a .hid {
  position: absolute;
  right: 47px;
  width: auto;
  height: 45px;
  padding: 0 10px;
  font-size: 14px;
  background: #0175e8;
  color: #fff;
  white-space: nowrap;
  line-height: 45px;
  opacity: 0;
  z-index: -1;
  right: -200%;
  transition: all 0.2s linear;
}
.r-pop a:hover {
  background: #e2e2e2;
}
.r-pop a:hover .hid {
  right: 45px;
  opacity: 1;
}
@media (max-width: 1024px) {
  .r-pop {
    width: 0.8rem;
    position: fixed;
    right: 0;
    bottom: 1rem;
  }
  .r-pop a {
    width: 0.8rem;
    height: 0.8rem;
    background: #f2f2f2;
    margin-top: 0.02rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .r-pop a.hiden {
    display: none;
  }
  .r-pop a .hid {
    position: absolute;
    right: 0;
    width: auto;
    height: 0.8rem;
    padding: 0 10px;
    font-size: 0.26rem;
    background: #0175e8;
    color: #fff;
    white-space: nowrap;
    line-height: 0.8rem;
    opacity: 0;
    z-index: -1;
    right: -200%;
    transition: all 0.2s linear;
  }
  .r-pop a:hover {
    background: #e2e2e2;
  }
  .r-pop a:hover .hid {
    right: -200%;
    opacity: 0;
  }
}
.shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12;
  display: none;
}
.v-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12;
  display: none;
}
.video_box {
  position: fixed;
  top: 200px;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  z-index: 13;
  display: none;
}
.video_box #playerDialog {
  display: block;
  width: 100%;
  height: auto;
}
.video_box .video_close {
  width: 30px;
  height: 30px;
  background: url(../img/close2.png);
  position: absolute;
  right: -40px;
  top: 0;
}
@media (max-width: 1024px) {
  .video_box {
    position: fixed;
    top: 50%;
    left: 3%;
    width: 94%;
    transform: translateY(-50%);
    display: none;
    margin-left: auto;
  }
  .video_box #playerDialog {
    display: block;
    width: 100%;
    height: auto;
  }
  .video_box .video_close {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../img/close2.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: -0.6rem;
  }
}
